home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / headershoppingcart - Copy.ascx < prev    next >
Text File  |  2015-02-19  |  931b  |  11 lines

  1. ∩╗┐<!-- Header shopping cart -->
  2.                 <div class="header-cart">
  3.                     <div class="cart-wrapper">
  4.                         <a href="wishlist.html" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-heart"></i></a>
  5.                         <a href="compare-products.html" class="btn btn-theme-transparent hidden-xs hidden-sm"><i class="fa fa-exchange"></i></a>
  6.                         <a href="#" class="btn btn-theme-transparent" data-toggle="modal" data-target="#popup-cart"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs"> 0 item(s) - 0.00 </span> <i class="fa fa-angle-down"></i></a>
  7.                         <!-- Mobile menu toggle button -->
  8.                         <a href="#" class="menu-toggle btn btn-theme-transparent"><i class="fa fa-bars"></i></a>
  9.                         <!-- /Mobile menu toggle button -->
  10.                     </div>
  11.                 </div>